Inline
Inline shadows are drawn right along with the target View itself.
Shadows in this plane are clipped by the hierarchy's draw routine in the same way that the target View itself is.
Use of this plane requires that either:
The target View has clipToOutline set to false, and the parent ViewGroup has clipChildren set to false.
Or, the parent is one of the library's specialized ShadowsViewGroups with ignoreInlineChildShadows set to false.
Refer to the README for further details.